home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2001: Conference Proceedings / SIGGRAPH 2001: Conference Proceedings.iso / mac / papers / ramamoorthi-aer / suppmtl / readme.usr
Text File  |  2001-05-14  |  3KB  |  58 lines

  1.  
  2. This describes the CDROM contents for the paper 
  3. "An Efficient Representation for Irradiance Environment Maps" by 
  4. Ramamoorthi and Hanrahan, SIGGRAPH 2001.
  5.  
  6. All of this material and more is also available on our website at 
  7. http://graphics.stanford.edu/papers/envmap/
  8.  
  9. The files in the CDROM are organized as follows:
  10.  
  11. envmap.pdf : PDF version of final siggraph paper
  12.  
  13. A link to the related Journal of the Optical Society of America paper
  14. that introduces the theory is found off our web page.
  15.  
  16. images/    : High-resolution images
  17.          - scene.tif   : Figure 1 in paper showing scene rendered using our
  18.                              algorithms
  19.  
  20.              - spheres.tif : Quality comparison of our rendering
  21.                  algorithm to standard texture mapping.  The 
  22.                  right sphere is rendered procedurally using our 
  23.                  method, while the left sphere is rendered using
  24.                              texture mapping with a 128x128 irradiance map 
  25.                          computed in the conventional way.   The image 
  26.                  shows the comparable quality of the two 
  27.                  renderings.  The top and bottom spheres are 
  28.                  added to give an idea of the incident 
  29.                              illumination.  The top sphere simply has the 
  30.                              (tone-mapped) environment projected on it, while 
  31.                              the bottom sphere is a mirror.  The environment 
  32.                      is a light probe of the Grace Cathedral.
  33.  
  34.              - Files pertaining to figure 3 comparing irradiance maps
  35.  
  36.                      - grace_standard.tif grace_ourmethod.tif
  37.                        Comparison of irradiance maps computed the standard 
  38.                        way and using our method.
  39.  
  40.              - grove_standard.tif grove_ourmethod.tif
  41.                Same comparison for Eucalyptus grove.
  42.  
  43.              - The source environments and images are available from 
  44.                        Paul Debevec's website at http://www.debevec.org
  45.                Links are present off our website.
  46.  
  47. source/    : Source code  
  48.  
  49.         prefilter.c    : Code to find spherical harmonic coefficients
  50.           envmaprender.in: Shader file for Stanford Real-Time
  51.                      Programmable Shading System
  52.                  To download the shading language system,
  53.                    http://graphics.stanford.edu/projects/shading
  54.         grace_scene    : Scene file for simplified Grace Cathedral
  55.                                  scene (used in figure 1 of paper).
  56.  
  57. Again, the paper website is http://graphics.stanford.edu/papers/envmap/
  58.